home *** CD-ROM | disk | FTP | other *** search
/ Belgian Amiga Club - ADF Collection / BS1 part 34.zip / BS1 part 34 / Weubblers handler.adf / Docs / AMIGADOS / ActionDie.Doc < prev    next >
Text File  |  1989-01-08  |  542b  |  27 lines

  1.  
  2. ActionDie
  3.  
  4.  
  5. Name:
  6.         ActionDie - Beende AmigaDos
  7.  
  8. Ergebnis in MotorMsg->Error:
  9.         ErrorPortShutdown, falls Port erfolgreich abgeschossen
  10.  
  11. Beschreibung:
  12.         ActionDie beendet das AmigaDos Programm. Achtung: Nachdem das
  13.         Programm endet, wird der AmigaDos-Port natuerlich ungueltig,
  14.         d.h. es duerfen AUF KEINEN FALL weitere Anfragen an diesen Port
  15.         mehr gerichtet werden.
  16.  
  17. Beispiel:
  18.         InitMotor();
  19.  
  20.         MotorMsg->Action=ActionDie;
  21.         MotorMsg->Drive=0;
  22.  
  23.         DoAction();
  24.  
  25. Bekannte Fehler:
  26.  
  27.